This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: JDBC OracleDriver Error ~Umberto Nongeroson 2.Oct.03 06:35 PM a Web browser Domino Web Access All ReleasesAIX
Well, there's enough information here to confirm that oracle.jdbc.OracleDriver is being found but can't be loaded for some other reason. you can tell that because of this line:
When you tried to load "OracleDriver" it found this class instead (which is the one you want), but since it's choking earlier in the load process, you get the message about the wrong class name. I suspect that you are missing some other classes that OracleDriver requires, so it's failing to load. I'm not familiar with the Oracle driver so I can't say what else might be needed. as a test, you can write a tiny little Java application that does the same thing (ie. Class.forName) and vary the CLASSPATH setting until it works, then you will know what's required for the load.
--Joe
Joseph Millar
Principal Software Engineer
Brightline Technology